WRITE MEMBLOCK FLOAT
This command will write a float into the specified location of the memblock. A Float is the term for a datatype consisting of four bytes, also referred to as a real number. The memblock must exist or the command will fail. The Position value is specified in bytes. The Float value must be a value between -2147483648 to 2147483648. The parameters must be specified using integer values.
SYNTAX
WRITE MEMBLOCK FLOAT Memblock Number, Position, Float
RELATED INFO
MEMBLOCKS Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example